home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / jed10.zip / READ.ME < prev    next >
Text File  |  1995-07-15  |  7KB  |  176 lines

  1. READ.ME for JED Version 1 for Turbo Pascal 5.0
  2.  
  3. JED is a simple editor/shell for experimenting with assembly language
  4. using either TASM or MASM.  I describe it in detail in my book,
  5. ASSEMBLY LANGUAGE STEP BY STEP, Chapter 4.  There is a doc file on
  6. this disk as well, which is basically the book chapter cut loose and
  7. exported as pure ASCII.  Use JREAD to read JEDDOC.ASC.
  8.  
  9. (c) 1988, 1992 by Jeff Duntemann
  10. Portions of JED and JREAD (c) 1988 Borland International
  11.  
  12. All rights reserved; rights granted as specified below.  THIS IS
  13. NOT A PUBLIC DOMAIN PRODUCT.  It's what I call Swapware.  Send me
  14. $15-$20 worth of something that isn't money.  See below for
  15. suggestions.
  16.  
  17. Mail contributions to:
  18.  
  19. Jeff Duntemann
  20. 8105 E. Paraiso Drive
  21. Scottsdale AZ 85255
  22.  
  23. Nonetheless, I grant blanket permission to distribute this disk freely.
  24. This includes BBSes, user group libraries, shareware anthologies, etc.
  25.  
  26.  
  27.                    ////WHAT'S ON THIS DISK\\\\
  28.  
  29. READ.ME          This file
  30. JED.EXE          JED executable
  31. JED.PAS          JED source code for Turbo Pascal V5.0
  32. JEDSCRN.ASM      External for JED
  33. VIDBLAST.ASM     External for JED
  34. TEXTINFO.PAS     Utility unit for JED
  35. JEDDOC.ASC       JED ASCII documentation
  36.  
  37. JREAD.EXE        The 25-line JREAD utility (see below)
  38.  
  39.  
  40.                 //////HOW TO READ THE FILES\\\\\
  41.  
  42. This disk contains several versions of my JREAD utility.  JREAD.EXE
  43. is a "readme" program.  It's a read-only text editor, derived
  44. from the FIRSTED editor in Borland's wonderful (but now extinct)
  45. Turbo Pascal Editor Toolbox.  You can load a text file into JREAD,
  46. scroll around the file using the standard WordStar control codes, and
  47. mark blocks and write a mark block out to disk.  The only thing
  48. you *can't* do is alter the file or enter new characters.
  49.  
  50. You invoke JREAD like this:
  51.  
  52. C:\>JREAD JEDDOC.ASC
  53.  
  54. This will run JREAD and load the JED ASCII documentation data
  55. file for examination.  To exit JREAD, press Ctrl-KQ.
  56.  
  57. Within JREAD you can use any of the WordStar cursor control
  58. sequences, plus the cursor keypad keys.  PgUp and PgDn are the
  59. easiest ways to get around.  You can search for keywords using
  60. Ctrl-QF.  You can drop markers with F7 (Ctrl-KB) and F8 (Ctrl-KK)
  61. and then write the block out to disk with Ctrl-KW.
  62.  
  63. IMPORTANT NOTICE!  I have included the source code for JED on this
  64. disk, but you can't necessarily recompile it.  You *must* have the
  65. Turbo Pascal Editor Toolbox V5.0, which Borland no longer sells, but
  66. which I cannot distribute regardless.  If you can scrounge a copy of the
  67. Toolbox, you're in fine shape, keeping in mind that the Turbo Pascal
  68. .TPU format changes with every major release, and you will probably
  69. need Turbo Pascal V5.0 *specifically* to recompile JED.  This is an
  70. ugly trap but I don't know of any legal way around it.
  71.  
  72. The same problem befalls JREAD.  I "wrote" it by pulling things out of
  73. FIRSTED, one of the example programs in the Editor Toolbox. So there
  74. again, the source code really belongs to Borland.  I just fooled with
  75. it some.
  76.  
  77. BUG-ETTE REPORT:  To make sure everything works, put DEBUG and your
  78. assembler in the *same* directory with JED!
  79.  
  80.  
  81.                     ////////SWAPWARE\\\\\\\\
  82.  
  83. This is an experiment.  Let's call it "Swapware."  The concept is
  84. essentially the shareware concept, with the twist that I don't
  85. want you to send money except, perhaps, as a last resort.
  86.  
  87. Instead, let's consider it a barter transaction.  I consider the
  88. disk worth $15-$20 or so.  Decide what the disk is worth to you,
  89. and send me the equivalent value of something I can use.  I love
  90. getting surprises in the mail, and lord knows, I could use a
  91. little excitement in my life.
  92.  
  93. It's not like I'm difficult to please, being a tinkerer, packrat,
  94. curio collector, and genteel eccentric.  Here's a list of things
  95. I favor:
  96.  
  97. Stamps.  I collect fancy cancels & interesting postmarks of any
  98. vintage.  Also, ANY postal history from Orchard Place, Illinois
  99. (1870's to 1937) where my great-grandfather F. W. Duntemann was
  100. postmaster for nearly 40 years.  I'll even pay extra for this one.
  101. In 25 years of looking I've only seen one specimen, and the owner
  102. wouldn't sell!
  103.  
  104. Traditional hardware:  Nuts, bolts, washers, spade connectors,
  105. spade bolts, hole plugs, angle brackets, solder, spacers, standoffs,
  106. whatever.
  107.  
  108. Electronic hardware and parts:  Resistors, capacitors (especially
  109. variables), diodes, transistors, FETs, LEDs, sockets, insulators
  110. (especially antenna dogbone), tinned hook-up wire, speakers,
  111. plugs, jacks, coil forms, antique radio parts (I restore old
  112. sets) including tubes, tube sockets, calibrated knobs, plug-in
  113. shortwave coil forms, IF transformers and other coils; and oddiments
  114. like ground straps, coax connectors, solder, spools of magnet
  115. wire (any guage), heating elements, PC board, whatever.
  116.  
  117. Some linear ICs: LM386, NE602 and its relatives, and (especially)
  118. the Motorola FM chips: MC3362 and MC2833.  Any chips pertaining to
  119. radio (as opposed to digital stuff) are most enthusiastically
  120. welcome.  It's not all for me; I make "baggie" parts kits for local
  121. kids who want to try building crystal sets and other simple radios.
  122.  
  123. Stepper motors.  Solar cells.
  124.  
  125. Tools:  Taps, drills, end mills, allen wrenches, whatever.
  126.  
  127. Metal stock:  (I have my own lathe and mill.)  Aluminum bar, rod,
  128. tube, hex, sheet stock; ditto in copper & brass; stainless steel;
  129. magnesium; lead; also mercury.
  130.  
  131. Ham radio and/or electronics magazines from WW-II to the present.
  132. Don't fret duplicates; I give the dupes to local kids to get them
  133. interested.  Also old ARRL handbooks and Allied Radio catalogs
  134. from the Sixties.
  135.  
  136. Other odd tech:  Lenses, eyepieces, prisms, mirrors, gears,
  137. pulleys, clutches, shaft fittings, racks, pinions, worm wheels,
  138. telescope parts, lamps, bearings, motors, hydraulic and air
  139. fittings, valves, filters, whatever.
  140.  
  141. Also:  Technology books, audio CD's, collectible comix, esp. Sixties
  142. Crumb et. al., Fifties-type series or parallel Christmas tree
  143. lamp strings and/or bulbs in good condition, Fifties novelty
  144. Christmas tree lights (bubblers, birds, etc.), diecast toys, pre-
  145. 1970 Playboy, silver coins, pre-'55 S-pennies, 40's/50's
  146. deco/kitsch, pole insulators, Chevelle parts for Shakespeare
  147. and Beatrice.  (Our His'n'Hers classic Chevelles.)
  148.  
  149. Or, hey, be creative.  I won't frown at dish detergent, canned
  150. tuna, dog food for Mr. Byte, T-shirts (medium), or nearly
  151. anything else that will survive a trip through the mail.  Let's
  152. have fun; if we can make this a tradition in the fringe software
  153. industry we can all have a good time and avoid some of the bad
  154. karma generated by the passing around of Real Money.
  155.  
  156.  
  157. Thanks.  Let's try it!
  158.  
  159. --73--
  160.  
  161. --Jeff Duntemann  KG7JF, ex-KI6RA, ex-KB2JN, ex-WB9MQY, ex-WN9MQY,
  162.  
  163. Author of COMPLETE TURBO PASCAL editions 1,2, & 3
  164.           TURBO PASCAL SOLUTIONS
  165.           ASSEMBLY LANGUAGE FROM SQUARE ONE
  166.           ASSEMBLY LANGUAGE STEP BY STEP
  167.           Borland's original OOP GUIDE (TP5.5)
  168.  
  169. Ex-founder/ex-editor of Borland's TURBO TECHNIX (sigh)
  170.  
  171. Founder/editor/owner of PC TECHNIQUES, a magazine for programmers.
  172. Fat, glossy, full of code and neat PC things you probably never knew.
  173. (The magazine, not me--although the top of my head has gotten a touch
  174. glossy in recent years...) Never heard of it?  I think you'll like it.
  175. Call me for a free sample copy!  (602) 483-0192.
  176.